home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
xes120.lha
/
XES
/
REXX
/
ReqFind.xdme
< prev
next >
Wrap
Text File
|
1994-11-09
|
418b
|
17 lines
/* ReqFind.xdme */
if ~show("L","rexxreqtools.library") then
if ~addlib("rexxreqtools.library", 0, -30) then exit
options results
address 'XDME.1'
'rxresult ($findstr )'
F = strip(result, "T")
F = rtgetstring(F,"Enter Find String","XDMD Find Requester","_Next|_Prev|_Set|_Cancel")
F = '(' || strip(F,"T") || ')'
if rtresult = 0 then exit
'findstr' F
if rtresult = 1 then "next"
else if rtresult = 2 then "prev"